real — Real Part


\begin{rail}
Real : 'real' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
real returns the real part of the argument. If the argument is a matrix, then the operation is performed element-by-element, returning a matrix.

Subsections